mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-02 23:48:08 +00:00
feat(nvim): reworked cmp, lsp and bunch of stuff (#48)
* feat(nvim): reworked cmp, lsp and bunch of stuff * chore: del disabled plugins, do coderabbit fixes * chore: tweak settings, remove duplication * chore: next round of refactoring * feat: replaced lualine w/ mini.statusline, tweaks * chore: cleanup, options and keymap stuff
This commit is contained in:
@@ -35,6 +35,7 @@ return {
|
||||
window = {
|
||||
mappings = {
|
||||
['<Esc>'] = 'close_window',
|
||||
['q'] = 'close_window',
|
||||
},
|
||||
},
|
||||
filtered_items = {
|
||||
|
||||
Reference in New Issue
Block a user