lsp for lua/ts
This commit is contained in:
parent
61d3aec608
commit
ccb3727d8f
4 changed files with 159 additions and 8 deletions
|
@ -62,6 +62,7 @@
|
|||
"nvim_plugin-tpope/vim-sleuth" = vim-sleuth;
|
||||
"nvim_plugin-mfussenegger/nvim-lint" = nvim-lint;
|
||||
"nvim_plugin-stevearc/conform.nvim" = conform-nvim;
|
||||
"nvim_plugin-neovim/nvim-lspconfig" = nvim-lspconfig;
|
||||
};
|
||||
# This will be how we put any nix related stuff into our lua config
|
||||
luaNixGlobal = "NIX=" + lib.generators.toLua { multiline = false; indent = false; } ({
|
||||
|
@ -92,6 +93,10 @@
|
|||
# formatters
|
||||
stylua
|
||||
nodePackages.prettier
|
||||
# LSPs
|
||||
lua-language-server
|
||||
nodePackages.typescript-language-server
|
||||
|
||||
# curl # http requests TODO
|
||||
# nodePackages.cspell TODO
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue