Refactor filetypes
This commit is contained in:
@ -31,6 +31,8 @@
|
||||
nvim-lint
|
||||
todo-comments-nvim
|
||||
# vim-startify
|
||||
promise-async
|
||||
nvim-ufo
|
||||
vim-windowswap
|
||||
vim-nix
|
||||
plenary-nvim
|
||||
@ -76,6 +78,7 @@
|
||||
(lib.strings.fileContents ../../nvim/base.lua)
|
||||
(lib.strings.fileContents ../../nvim/keymaps.lua)
|
||||
(lib.strings.fileContents ../../nvim/plugins.lua)
|
||||
(lib.strings.fileContents ../../nvim/filetype.lua)
|
||||
];
|
||||
};
|
||||
|
||||
|
||||
@ -46,7 +46,7 @@
|
||||
};
|
||||
};
|
||||
|
||||
initExtra = ''
|
||||
initContent = ''
|
||||
HISTCONTROL='erasedups:ignoreboth'
|
||||
HISTIGNORE='&:[ ]*:exit:ls:bg:fg:history:clear'
|
||||
unsetopt beep
|
||||
|
||||
Reference in New Issue
Block a user