Compare commits
No commits in common. "f6532a1a3a46cb676598944ba38b1baa35295765" and "802de8b08887eaca5dea253246c6c5097a1f3c31" have entirely different histories.
f6532a1a3a
...
802de8b088
10
init.lua
10
init.lua
@ -46,7 +46,6 @@ vim.opt.ts = 4
|
||||
vim.opt.expandtab = true
|
||||
vim.opt.tw = 100
|
||||
vim.opt.colorcolumn = "+1"
|
||||
vim.opt.termguicolors = true
|
||||
vim.opt.pumheight = 5
|
||||
|
||||
-- Disable semantic tokens
|
||||
@ -189,8 +188,6 @@ require("lazy").setup({
|
||||
npairs.remove_rule("`")
|
||||
end,
|
||||
},
|
||||
"christoomey/vim-tmux-navigator",
|
||||
"kana/vim-textobj-user",
|
||||
{
|
||||
"GCBallesteros/vim-textobj-hydrogen",
|
||||
dependencies = {
|
||||
@ -433,7 +430,6 @@ require("lazy").setup({
|
||||
},
|
||||
},
|
||||
-- gopls = {},
|
||||
hls = {},
|
||||
jdtls = {},
|
||||
pyright = {},
|
||||
bashls = { dependencies = "shellcheck" },
|
||||
@ -486,7 +482,6 @@ require("lazy").setup({
|
||||
"black",
|
||||
"isort",
|
||||
"clang-format",
|
||||
"ormolu",
|
||||
"beautysh",
|
||||
})
|
||||
require("mason-tool-installer").setup({ ensure_installed = ensure_installed })
|
||||
@ -525,7 +520,6 @@ require("lazy").setup({
|
||||
rust = { "rustfmt" },
|
||||
cpp = { "clang-format" },
|
||||
c = { "clang-format" },
|
||||
haskell = { "ormolu" },
|
||||
},
|
||||
},
|
||||
},
|
||||
@ -712,7 +706,3 @@ require("lazy").setup({
|
||||
end,
|
||||
},
|
||||
})
|
||||
--Disable semantic highlights
|
||||
for _, group in ipairs(vim.fn.getcompletion("@lsp", "highlight")) do
|
||||
vim.api.nvim_set_hl(0, group, {})
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user