FEAT: fish nvim
This commit is contained in:
parent
b47bc91789
commit
bfea58ffdb
3 changed files with 19 additions and 7 deletions
|
@ -35,11 +35,14 @@ plugins = {
|
|||
{
|
||||
'neovim/nvim-lspconfig',
|
||||
config = function()
|
||||
local configs = require('lspconfig')
|
||||
configs.lua_ls.setup{}
|
||||
configs.pyright.setup{}
|
||||
configs.tsserver.setup{}
|
||||
configs.html.setup{}
|
||||
local lsp = require('lspconfig')
|
||||
lsp.lua_ls.setup{}
|
||||
lsp.pyright.setup{}
|
||||
lsp.tsserver.setup{}
|
||||
lsp.html.setup{}
|
||||
lsp.cssls.setup{}
|
||||
lsp.cssmodules_ls.setup{}
|
||||
lsp.astro.setup{}
|
||||
end
|
||||
},
|
||||
{
|
||||
|
|
|
@ -3,3 +3,5 @@
|
|||
* requirements
|
||||
> base-devel, npm, pip, wl-clipboard
|
||||
|
||||
* lsp requirements
|
||||
> astro-language-server, cssmodules-language-server, css-lsp, html-lsp, typescript-language-server, pyright
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue