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
|
@ -1,9 +1,10 @@
|
|||
local m = {}
|
||||
|
||||
function m.setup()
|
||||
local function on_attach()
|
||||
-- Setup lsp signature plugin
|
||||
require("lsp_signature").setup({})
|
||||
local function on_attach(client, bufnr)
|
||||
|
||||
-- Attach navic
|
||||
require("nvim-navic").attach(client, bufnr)
|
||||
|
||||
-- Setup keybinds
|
||||
m.map_keys()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue