Compare commits

..

No commits in common. "2a57c86a77d7a4d66a3b3f478936bf33be26231c" and "75d5573d780062218530ff1d0f5fd1873936be57" have entirely different histories.

4 changed files with 2 additions and 12 deletions

@ -1 +1 @@
Subproject commit 2010fc6ec03e2da552b4886fceb2f7bc0fc2e9c0
Subproject commit 177be29e7b9c084c9200ee4033eb66e04ac536ec

@ -1 +1 @@
Subproject commit 42fc28ba918343ebfd5565147a42a26580579482
Subproject commit 684eeac91ed8e297685a97ef70031d19ac1de25a

View file

@ -14,9 +14,6 @@ set mouse=
set completeopt-=preview
set nofoldenable
set spellcapcheck=0
set sw=2
set ts=2
set et
set smartcase
set nohlsearch

View file

@ -63,7 +63,6 @@ require("nvim-format-buffer").setup({
verbose = false,
format_rules = {
{ pattern = { "*.c", "*.h", "*.cpp", "*.hpp" }, command = "clang-format" },
{ pattern = { "*.rs" }, command = "rustfmt" },
{
pattern = { "*.js", "*.mjs", "*.ts", "*.mts", "*.cjs", "*.tsx", "*.vue", "*.css" },
command = function()
@ -105,12 +104,6 @@ vim.lsp.enable("vtsls")
vim.lsp.config("vtsls", {
settings = {
vtsls = {
experimental = {
completion = {
enableServerSideFuzzyMatch = true,
entriesLimit = 64,
},
},
tsserver = {
globalPlugins = {
{