Configuration for my NixOS based systems and Home Manager
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

FIX: lspconfig warning

+1 -1
-1
nvim/lua/lsp.lua
··· 2 2 -- ######################## 3 3 -- #### Set up LSPs #### 4 4 -- ######################## 5 - require('lspconfig') 6 5 7 6 vim.lsp.config("*", { 8 7 capabilities = capabilities
+1
nvim/lua/plugins.lua
··· 85 85 }, -- nvim lsp plugins 86 86 { 87 87 "neovim/nvim-lspconfig", 88 + config = false 88 89 }, 89 90 -- LSP Goodness 90 91 {