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"
|
mode = "Vi|~Search"
|
||||||
|
|
||||||
[[keyboard.bindings]]
|
[[keyboard.bindings]]
|
||||||
action = "ToggleFullscreen"
|
action = "ToggleMaximized"
|
||||||
|
#action = "ToggleFullscreen"
|
||||||
key = "Return"
|
key = "Return"
|
||||||
mods = "Alt"
|
mods = "Alt"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -159,7 +159,7 @@ nvim_lsp.pyright.setup({
|
||||||
--})
|
--})
|
||||||
|
|
||||||
nvim_lsp.clangd.setup { on_attach = on_attach, capabilities = default_capabilities }
|
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" }
|
cmd = { "/home/barak/.yarn/bin/typescript-language-server", "--stdio" }
|
||||||
}
|
}
|
||||||
nvim_lsp.vuels.setup {
|
nvim_lsp.vuels.setup {
|
||||||
|
|
|
||||||
|
|
@ -2,5 +2,5 @@
|
||||||
# yarn lockfile v1
|
# yarn lockfile v1
|
||||||
|
|
||||||
|
|
||||||
lastUpdateCheck 1711242871592
|
lastUpdateCheck 1723662140748
|
||||||
prefix "/home/barak/.yarn"
|
prefix "/home/barak/.yarn"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue