mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-06-07 04:29:30 +00:00
~
This commit is contained in:
parent
8ec5885b26
commit
3e5f832d02
2 changed files with 7 additions and 12 deletions
|
@ -15,11 +15,13 @@
|
|||
vim-wakatime
|
||||
];
|
||||
extraLuaConfig = ''
|
||||
--vim.lsp.enable("ts_ls")
|
||||
--vim.lsp.enable("vala_ls")
|
||||
|
||||
vim.opt.tabstop = 4
|
||||
vim.opt.softtabstop = 4
|
||||
vim.opt.shiftwidth = 4
|
||||
vim.opt.expandtab = true
|
||||
|
||||
vim.opt.number = true
|
||||
|
||||
-- cmp
|
||||
|
@ -63,16 +65,8 @@
|
|||
capabilities = caps,
|
||||
cmd = { "nil" }
|
||||
}
|
||||
lc.typescript_ls.setup {
|
||||
autostart = true,
|
||||
capabilities = caps,
|
||||
cmd = { "typescript-language-server" }
|
||||
}
|
||||
lc.vala_ls.setup {
|
||||
autostart = true,
|
||||
capabilities = caps,
|
||||
cmd = { "vala-language-server" }
|
||||
}
|
||||
lc.ts_ls.setup {}
|
||||
lc.vala_ls.setup {}
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
|
|
@ -92,7 +92,8 @@
|
|||
xclip # Tool to access the X clipboard from a console application
|
||||
zellij # Terminal workspace with batteries included
|
||||
# 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)
|
||||
# audio
|
||||
alsa-utils # ALSA, the Advanced Linux Sound Architecture utils
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue