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/plugin
|
@ -63,7 +63,7 @@ vim.api.nvim_create_autocmd('LspAttach', {
|
|||
local client = vim.lsp.get_client_by_id(ev.data.client_id)
|
||||
|
||||
-- Attach plugins
|
||||
require('nvim-navic').attach(client, bufnr)
|
||||
-- require('nvim-navic').attach(client, bufnr)
|
||||
|
||||
vim.cmd.setlocal('signcolumn=yes')
|
||||
vim.bo[bufnr].bufhidden = 'hide'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue