Compare commits

...

2 Commits

Author SHA1 Message Date
iGor milhit c3992bb3e1
lsp: add lsp and linter for typescript
Co-Authored-by: iGor milhit <igor@milhit.ch>
2026-01-20 16:32:15 +01:00
iGor milhit 7ca4abaeae
config: fix the python venv path
Co-Authored-by: iGor milhit <igor@milhit.ch>
2026-01-20 16:31:38 +01:00
2 changed files with 4 additions and 0 deletions

View File

@ -3,3 +3,5 @@
-- vim.g.python3_host_prog = "/home/igor/.pyenv/versions/py-nvim3.10/bin/python"
-- vim.g.python3_host_prog = "/home/igor/.pyenv/shims/python"
vim.g.python3_host_prog = "/home/igor/.pyenv/versions/3.10.0/envs/py-nvim3.10"

View File

@ -31,10 +31,12 @@ return {
require("mason-lspconfig").setup({
ensure_installed = {
"cssls",
"eslint",
"html",
"jsonls",
"lua_ls",
"marksman",
"ts_ls",
"ty",
"ruff",
"yamlls",