From be6c6ca92fa9e1f596bfaef0c1197b7144d70036 Mon Sep 17 00:00:00 2001 From: Chris Date: Tue, 16 Mar 2021 22:06:38 -0400 Subject: udpates --- lua/utils.lua | 6 ------ 1 file changed, 6 deletions(-) (limited to 'lua/utils.lua') 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 lua require(\'jdtls\').code_action()'}, - {'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*/}"'}, }, } -- cgit v1.2.3