Remove autocmd for plugins.lua
This is no longer needed as plugins are now managed with Nix.
This commit is contained in:
parent
474e5740f3
commit
a000fa7de8
|
@ -4,8 +4,6 @@ local function set_autocmd()
|
|||
vim.cmd [[
|
||||
autocmd BufRead,BufNewFile *.test set filetype=php
|
||||
|
||||
autocmd BufWritePost plugins.lua luafile %
|
||||
|
||||
autocmd FileType gitcommit highlight ColorColumn ctermbg=8
|
||||
autocmd FileType gitcommit setlocal colorcolumn=50,72
|
||||
autocmd FileType gitcommit setlocal spell
|
||||
|
|
Reference in a new issue