WIP: Switch to NixOS #5

Draft
FunctionalHacker wants to merge 1349 commits from nix into main
4 changed files with 4 additions and 12 deletions
Showing only changes of commit e838e78ad8 - Show all commits

View file

@ -44,11 +44,6 @@ end
-- Maps keys and does other needed actions
-- when client attaches
function m.on_attach(client, bufnr)
-- Attach navic if document symbols are available
if client.server_capabilities.documentSymbolProvider then
require("nvim-navic").attach(client, bufnr)
end
-- Setup keybinds
map_keys()
end

View file

@ -0,0 +1,3 @@
return {
"Bekaboo/dropbar.nvim",
}

View file

@ -2,9 +2,5 @@
return {
"nvim-lualine/lualine.nvim",
dependencies = { "kyazdani42/nvim-web-devicons" },
opts = {
sections = {
lualine_c = { "navic" },
},
},
config = true,
}

View file

@ -1,2 +0,0 @@
-- Show code LSP context in winbar
return { "SmiteshP/nvim-navic" }