mirror of
https://github.com/Cian-H/my_nvim_config.git
synced 2025-12-24 04:51:58 +00:00
Update for deprecation of nvim-lspconfig framework
This commit is contained in:
8
init.lua
8
init.lua
@@ -20,12 +20,4 @@ end
|
||||
vim.opt.rtp:prepend(lazypath)
|
||||
|
||||
require("lazy").setup("plugins", opts)
|
||||
|
||||
-- Next, set up custom LSPs
|
||||
local lspconfig = require("lspconfig")
|
||||
lspconfig.nushell.setup({})
|
||||
lspconfig.prolog_ls.setup({ root_dir = lspconfig.util.root_pattern(".git") })
|
||||
lspconfig.nixd.setup({})
|
||||
lspconfig.mojo.setup({})
|
||||
|
||||
require("nvim-web-devicons").refresh() -- This fixes screwiness with the devicon colors
|
||||
|
||||
Reference in New Issue
Block a user