neovim configuration using rocks.nvim plugin manager
0
fork

Configure Feed

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

feat(lsp): add nix language server (not tested)

+7
+7
lua/core/lsp/servers.lua
··· 46 46 }, 47 47 }, 48 48 }, 49 + nil_ls = { 50 + on_attach = function (client, bufnr) 51 + -- if bufIsBig(bufnr) then 52 + client.server_capabilities.semanticTokensProvider = nil 53 + -- end 54 + end 55 + }, 49 56 tsserver = { 50 57 settings = { 51 58 typescript = {