feat: Basic working config
- Added copilot - Disabled nvim-navic (errors out when copilot-cmp is enabled) - Added clangd - Added packages for nvim-dap
This commit is contained in:
parent
e2cff543d6
commit
5a85ef99ff
8 changed files with 61 additions and 6 deletions
nvim
|
@ -99,6 +99,7 @@ vim.diagnostic.config {
|
|||
|
||||
g.editorconfig = true
|
||||
|
||||
cmd[[colorscheme tokyonight]]
|
||||
vim.opt.colorcolumn = '100'
|
||||
|
||||
-- Native plugins
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue