made some changes

This commit is contained in:
2025-09-20 17:31:05 -07:00
parent c11104fbf2
commit 1fe456c77d
5 changed files with 67 additions and 71 deletions

View File

@@ -8,10 +8,12 @@ vim.lsp.enable({
"csharp_ls",
"lua_ls",
"html",
"pylsp",
"pylint",
"ts_ls",
"css_ls",
"tinymist",
"gopls"
"dartls"
})
@@ -35,10 +37,8 @@ vim.cmd([[
no I A
no k o
no j J
no m q
no M Q
no q t
no Q T
no - t
no _ T
no h <left>
no t <up>
@@ -56,8 +56,6 @@ vim.cmd([[
no <c-t> :
ino <c-t> <c-o>:
cno <c-h> <esc>
no + "
vn P v`[v`]
no <c-f> /
nn <enter> :noh<enter>

View File

@@ -1,4 +1,8 @@
return {
'chomosuke/typst-preview.nvim',
version = '1.*',
opts = {
invert_colors = 'always',
port = 8978,
},
}