clean up vimrc

This commit is contained in:
Barak Michener 2024-10-16 10:30:44 -07:00
parent 88ab0c75e4
commit e79633362e
4 changed files with 24 additions and 603 deletions

View file

@ -95,7 +95,8 @@ key = "P"
mode = "Vi|~Search"
[[keyboard.bindings]]
action = "ToggleFullscreen"
action = "ToggleMaximized"
#action = "ToggleFullscreen"
key = "Return"
mods = "Alt"

View file

@ -159,7 +159,7 @@ nvim_lsp.pyright.setup({
--})
nvim_lsp.clangd.setup { on_attach = on_attach, capabilities = default_capabilities }
nvim_lsp.tsserver.setup {
nvim_lsp.ts_ls.setup {
cmd = { "/home/barak/.yarn/bin/typescript-language-server", "--stdio" }
}
nvim_lsp.vuels.setup {

620
dot_vimrc

File diff suppressed because it is too large Load diff

View file

@ -2,5 +2,5 @@
# yarn lockfile v1
lastUpdateCheck 1711242871592
lastUpdateCheck 1723662140748
prefix "/home/barak/.yarn"