mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-11-09 06:55:30 +00:00
parent
850559fd51
commit
a79cf658f9
1 changed files with 3 additions and 0 deletions
|
|
@ -15,6 +15,9 @@ in {
|
||||||
{
|
{
|
||||||
vim = {
|
vim = {
|
||||||
startPlugins = ["nvim-lspconfig"];
|
startPlugins = ["nvim-lspconfig"];
|
||||||
|
# TODO: we need this pre-0.8 to get the `capabilities` variable in lua,
|
||||||
|
# does it make sense to remove this after 0.8?
|
||||||
|
lsp.enable = true;
|
||||||
|
|
||||||
pluginRC.lspconfig = entryAfter ["lsp-setup"] ''
|
pluginRC.lspconfig = entryAfter ["lsp-setup"] ''
|
||||||
local lspconfig = require('lspconfig')
|
local lspconfig = require('lspconfig')
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue