Tweak neovim config
- Add noice, navic - Tweak theme configuration - Tweak cder configuration - Update .ignore file
This commit is contained in:
parent
ad3d734adc
commit
c99903e78e
15 changed files with 211 additions and 63 deletions
|
@ -61,6 +61,15 @@ return function()
|
|||
{ name = "spell" },
|
||||
{ name = "path" },
|
||||
},
|
||||
-- window = {
|
||||
-- completion = {
|
||||
-- winhighlight = "Normal:Normal,FloatBorder:FloatBorder,CursorLine:Visual,Search:None",
|
||||
-- },
|
||||
|
||||
-- documentation = {
|
||||
-- winhighlight = "Normal:Normal,FloatBorder:FloatBorder,CursorLine:Visual,Search:None",
|
||||
-- },
|
||||
-- },
|
||||
})
|
||||
|
||||
-- Enable autopairs when enter is processed
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue