feat(nvim): add language servers
This commit is contained in:
parent
fec2101a81
commit
eb39d81126
4 changed files with 3 additions and 24 deletions
|
|
@ -29,7 +29,6 @@ for _, server in ipairs({
|
|||
'mdx_analyzer',
|
||||
'jsonls',
|
||||
'vtsls',
|
||||
'pytest_lsp',
|
||||
'lua_ls',
|
||||
'ruff',
|
||||
'tinymist',
|
||||
|
|
|
|||
|
|
@ -1,11 +0,0 @@
|
|||
return {
|
||||
cmd = { 'pytest-language-server' },
|
||||
filetypes = { 'python' },
|
||||
root_markers = {
|
||||
'pyproject.toml',
|
||||
'setup.py',
|
||||
'setup.cfg',
|
||||
'pytest.ini',
|
||||
'.git',
|
||||
},
|
||||
}
|
||||
|
|
@ -1,12 +0,0 @@
|
|||
{
|
||||
"plugins": {
|
||||
"midnight.nvim": {
|
||||
"rev": "45c447a1902e7bd5b8e0de99bb5068de9ac1efba",
|
||||
"src": "https://github.com/barrett-ruth/midnight.nvim.git"
|
||||
},
|
||||
"nvim-treesitter": {
|
||||
"rev": "6e42d823ce0a5a76180c473c119c7677738a09d1",
|
||||
"src": "https://github.com/nvim-treesitter/nvim-treesitter.git"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -16,8 +16,10 @@ in
|
|||
clang-tools
|
||||
emmet-language-server
|
||||
lua-language-server
|
||||
mdx-language-server
|
||||
ruff
|
||||
tinymist
|
||||
vtsls
|
||||
vscode-langservers-extracted
|
||||
nixd
|
||||
|
||||
|
|
@ -43,6 +45,7 @@ in
|
|||
# runtime/tools
|
||||
nodejs
|
||||
bun
|
||||
lua
|
||||
luarocks
|
||||
tree-sitter
|
||||
nixfmt-tree
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue