diff options
author | Chris <[email protected]> | 2021-03-16 22:06:38 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2021-03-16 22:06:38 -0400 |
commit | be6c6ca92fa9e1f596bfaef0c1197b7144d70036 (patch) | |
tree | f2b98636732f70d6a5e9a7e82a075766e8506149 /lua/utils.lua | |
parent | 1bcb1fd6edd02b804f7704c5ef70c1e7c34db0a5 (diff) |
udpates
Diffstat (limited to 'lua/utils.lua')
-rw-r--r-- | lua/utils.lua | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lua/utils.lua b/lua/utils.lua index cdb8991a..9a9080b1 100644 --- a/lua/utils.lua +++ b/lua/utils.lua @@ -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*/}"'}, }, } |