mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-07-29 07:04:44 +02:00
udpates
This commit is contained in:
parent
1bcb1fd6ed
commit
be6c6ca92f
10 changed files with 19 additions and 79 deletions
|
@ -26,14 +26,8 @@ define_augroups(
|
|||
{'BufWinEnter', '*', 'setlocal formatoptions-=c formatoptions-=r formatoptions-=o'},
|
||||
{'BufRead', '*', 'setlocal formatoptions-=c formatoptions-=r formatoptions-=o'},
|
||||
{'BufNewFile', '*', 'setlocal formatoptions-=c formatoptions-=r formatoptions-=o'},
|
||||
|
||||
{'FileType', 'java', 'luafile ~/.config/nvim/lua/lsp/java-ls.lua'},
|
||||
{'FileType', 'java', 'nnoremap ca <Cmd>lua require(\'jdtls\').code_action()<CR>'},
|
||||
{'FileType', 'lua', 'lua print("hi")'},
|
||||
--{'BufRead', '*', 'lua vim.api.nvim_buf_set_option(0, "commentstring", "{/*%s*/}")'},
|
||||
--{'BufNewFile', '*', 'lua vim.api.nvim_buf_set_option(0, "commentstring", "{/*%s*/}")'},
|
||||
{'BufNewFile', '*', 'verbose setlocal commentstring="{/*%s*/}"'},
|
||||
{'BufRead', '*', 'verbose setlocal commentstring="{/*%s*/}"'},
|
||||
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue