neovim configuration using rocks.nvim plugin manager

chore: minor updates

+4 -3
+1 -1
lua/core/lsp/init.lua
··· 15 15 end 16 16 17 17 vim.api.nvim_create_autocmd("LspAttach", { 18 - group = vim.api.nvim_create_augroup("UserLspAttach", { clear = false }), 18 + group = vim.api.nvim_create_augroup("user.lspattach", { clear = false }), 19 19 callback = function(ev) 20 20 if vim.fn.has("nvim-0.11") == 1 then 21 21 vim.lsp.completion.enable(true, ev.data.client_id, ev.buf, { autotrigger = false })
+1 -1
lua/core/options.lua
··· 1 - vim.cmd([[let $LANG='en_US.UTF-8']]) 1 + vim.env.LANG = "en_US.UTF-8" 2 2 3 3 vim.o.foldexpr = "v:lua.vim.treesitter.foldexpr()" 4 4 vim.opt.diffopt:append("linematch:60")
+1 -1
lua/plugins/showkeys.lua
··· 1 1 require("showkeys").setup({ 2 - timeout = 1, 2 + timeout = 3, 3 3 })
+1
todo.norg
··· 1 1 - (x) `ds'` to delete surrounding `'` 2 + - ( ) remove `nvim-lspconfig` in v0.11 2 3 - ( ) `ds%` to delete any surrounding under cursor 3 4 - ( ) `:h 'matchpairs'` 4 5 - (x) statusline