vim: remove SREC plugin
Neovim has built-in support for SRecord files.
This commit is contained in:
parent
d74148aea4
commit
422efc6210
3 changed files with 0 additions and 24 deletions
|
@ -1,7 +0,0 @@
|
||||||
vim.cmd([[
|
|
||||||
augroup SrecDetect
|
|
||||||
autocmd!
|
|
||||||
autocmd BufNewFile,BufRead *.sx,*.s19 set filetype=srec
|
|
||||||
augroup END
|
|
||||||
]])
|
|
||||||
|
|
|
@ -1,14 +0,0 @@
|
||||||
local config = function()
|
|
||||||
vim.cmd[[
|
|
||||||
highlight link srecStart Comment
|
|
||||||
highlight link srecType Comment
|
|
||||||
highlight link srecLength WarningMsg
|
|
||||||
highlight link srec16BitAddress Constant
|
|
||||||
highlight link srec24BitAddress Constant
|
|
||||||
highlight link srec32BitAddress Constant
|
|
||||||
highlight link srecChecksum Type
|
|
||||||
]]
|
|
||||||
end
|
|
||||||
|
|
||||||
return { config = config }
|
|
||||||
|
|
|
@ -62,9 +62,6 @@ return packer().startup(function(use)
|
||||||
}
|
}
|
||||||
use 'keith/swift.vim'
|
use 'keith/swift.vim'
|
||||||
use 'chr4/nginx.vim'
|
use 'chr4/nginx.vim'
|
||||||
use { 'vim-scripts/srec.vim',
|
|
||||||
config = function() require'fs.config.srec'.config() end,
|
|
||||||
}
|
|
||||||
|
|
||||||
-- Misc -------------------------------------------------------------------
|
-- Misc -------------------------------------------------------------------
|
||||||
use 'milisims/nvim-luaref'
|
use 'milisims/nvim-luaref'
|
||||||
|
|
Loading…
Add table
Reference in a new issue