Tweak neovim config

- Add noice, navic
- Tweak theme configuration
- Tweak cder configuration
- Update .ignore file
This commit is contained in:
Marko Korhonen 2023-11-17 08:01:52 +02:00
parent aa1af14bfd
commit 8336ec5048
15 changed files with 211 additions and 63 deletions

View file

@ -4,6 +4,11 @@ return function()
"bash",
"css",
"dockerfile",
"git_config",
"git_rebase",
"gitattributes",
"gitcommit",
"gitignore",
"html",
"http",
"java",
@ -14,6 +19,7 @@ return function()
"lua",
"make",
"markdown",
"markdown_inline",
"php",
"python",
"rasi",
@ -23,6 +29,7 @@ return function()
"toml",
"tsx",
"typescript",
"vim",
"yaml",
},
highlight = { enable = true },