1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/.dotfiles synced 2025-06-07 20:49:29 +00:00
This commit is contained in:
Rae 5e 2025-06-03 00:28:32 -04:00
parent 8ec5885b26
commit 3e5f832d02
Signed by: rae
GPG key ID: 5B1A0FAB9BAB81EE
2 changed files with 7 additions and 12 deletions

View file

@ -15,11 +15,13 @@
vim-wakatime vim-wakatime
]; ];
extraLuaConfig = '' extraLuaConfig = ''
--vim.lsp.enable("ts_ls")
--vim.lsp.enable("vala_ls")
vim.opt.tabstop = 4 vim.opt.tabstop = 4
vim.opt.softtabstop = 4 vim.opt.softtabstop = 4
vim.opt.shiftwidth = 4 vim.opt.shiftwidth = 4
vim.opt.expandtab = true vim.opt.expandtab = true
vim.opt.number = true vim.opt.number = true
-- cmp -- cmp
@ -63,16 +65,8 @@
capabilities = caps, capabilities = caps,
cmd = { "nil" } cmd = { "nil" }
} }
lc.typescript_ls.setup { lc.ts_ls.setup {}
autostart = true, lc.vala_ls.setup {}
capabilities = caps,
cmd = { "typescript-language-server" }
}
lc.vala_ls.setup {
autostart = true,
capabilities = caps,
cmd = { "vala-language-server" }
}
''; '';
}; };
} }

View file

@ -92,7 +92,8 @@
xclip # Tool to access the X clipboard from a console application xclip # Tool to access the X clipboard from a console application
zellij # Terminal workspace with batteries included zellij # Terminal workspace with batteries included
# text editors # text editors
neovim # Vim text editor fork focused on extensibility and agility # TODO: remove unstable when you upgrade to 25.05
unstable.neovim # Vim text editor fork focused on extensibility and agility
vscodium # Open source source code editor developed by Microsoft for Windows, Linux and macOS (VS Code without MS branding/telemetry/licensing) vscodium # Open source source code editor developed by Microsoft for Windows, Linux and macOS (VS Code without MS branding/telemetry/licensing)
# audio # audio
alsa-utils # ALSA, the Advanced Linux Sound Architecture utils alsa-utils # ALSA, the Advanced Linux Sound Architecture utils