this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

ft: remove unneeded code that is now part of NeoVim core

-3
-2
vim/.config/nvim/fnl/langclient.fnl
··· 33 33 (augroup lsp-diagnostics 34 34 (on CursorHold "*" (vim.diagnostic.open_float {:focus false})) 35 35 (on BufEnter,CursorHold,InsertLeave "*" (vim.lsp.codelens.refresh))) 36 - (when (capable? :hoverProvider) 37 - (bmap :n :K #(vim.lsp.buf.hover))) 38 36 (when (capable? :declarationProvider) 39 37 (bmap :n :gD #(vim.lsp.buf.declaration))) 40 38 (when (capable? :referencesProvider)
-1
vim/.config/nvim/init.fnl
··· 257 257 (#(each [_ v (ipairs $1)] 258 258 (bufremove.delete v.bufnr))))) 259 259 {:set_vim_settings false})) 260 - (setup :mini.comment) 261 260 (setup :mini.ai) 262 261 (setup :mini.jump {:mappings {:repeat_jump ":"}}) 263 262 (setup :mini.surround