clean up vimrc
This commit is contained in:
parent
88ab0c75e4
commit
e79633362e
4 changed files with 24 additions and 603 deletions
|
|
@ -95,7 +95,8 @@ key = "P"
|
|||
mode = "Vi|~Search"
|
||||
|
||||
[[keyboard.bindings]]
|
||||
action = "ToggleFullscreen"
|
||||
action = "ToggleMaximized"
|
||||
#action = "ToggleFullscreen"
|
||||
key = "Return"
|
||||
mods = "Alt"
|
||||
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -2,5 +2,5 @@
|
|||
# yarn lockfile v1
|
||||
|
||||
|
||||
lastUpdateCheck 1711242871592
|
||||
lastUpdateCheck 1723662140748
|
||||
prefix "/home/barak/.yarn"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue