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
|
@ -3,8 +3,8 @@ if vim.g.did_load_lualine_plugin then
|
|||
end
|
||||
vim.g.did_load_lualine_plugin = true
|
||||
|
||||
local navic = require('nvim-navic')
|
||||
navic.setup {}
|
||||
-- local navic = require('nvim-navic')
|
||||
-- avic.setup {}
|
||||
|
||||
---Indicators for special modes,
|
||||
---@return string status
|
||||
|
@ -32,7 +32,7 @@ require('lualine').setup {
|
|||
sections = {
|
||||
lualine_c = {
|
||||
-- nvim-navic
|
||||
{ navic.get_location, cond = navic.is_available },
|
||||
-- { navic.get_location, cond = navic.is_available },
|
||||
},
|
||||
lualine_z = {
|
||||
-- (see above)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue