parent
e3dc44a511
commit
9102eccddf
6 changed files with 632 additions and 87 deletions
common/home/neovim/langs
|
@ -25,6 +25,11 @@ in
|
|||
lua
|
||||
*/
|
||||
''
|
||||
vim.api.nvim_create_autocmd('FileType', {
|
||||
pattern = 'lua',
|
||||
command = 'setlocal ts=4 sw=4 sts=0 expandtab',
|
||||
});
|
||||
|
||||
-- IMPORTANT: make sure to setup neodev BEFORE lspconfig
|
||||
require("neodev").setup({
|
||||
override = function(root_dir, library)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue