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.expandtab = true
|
||||||
vim.opt.tw = 100
|
vim.opt.tw = 100
|
||||||
vim.opt.colorcolumn = "+1"
|
vim.opt.colorcolumn = "+1"
|
||||||
vim.opt.termguicolors = true
|
|
||||||
vim.opt.pumheight = 5
|
vim.opt.pumheight = 5
|
||||||
|
|
||||||
-- Disable semantic tokens
|
-- Disable semantic tokens
|
||||||
@ -189,8 +188,6 @@ require("lazy").setup({
|
|||||||
npairs.remove_rule("`")
|
npairs.remove_rule("`")
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
"christoomey/vim-tmux-navigator",
|
|
||||||
"kana/vim-textobj-user",
|
|
||||||
{
|
{
|
||||||
"GCBallesteros/vim-textobj-hydrogen",
|
"GCBallesteros/vim-textobj-hydrogen",
|
||||||
dependencies = {
|
dependencies = {
|
||||||
@ -433,7 +430,6 @@ require("lazy").setup({
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
-- gopls = {},
|
-- gopls = {},
|
||||||
hls = {},
|
|
||||||
jdtls = {},
|
jdtls = {},
|
||||||
pyright = {},
|
pyright = {},
|
||||||
bashls = { dependencies = "shellcheck" },
|
bashls = { dependencies = "shellcheck" },
|
||||||
@ -486,7 +482,6 @@ require("lazy").setup({
|
|||||||
"black",
|
"black",
|
||||||
"isort",
|
"isort",
|
||||||
"clang-format",
|
"clang-format",
|
||||||
"ormolu",
|
|
||||||
"beautysh",
|
"beautysh",
|
||||||
})
|
})
|
||||||
require("mason-tool-installer").setup({ ensure_installed = ensure_installed })
|
require("mason-tool-installer").setup({ ensure_installed = ensure_installed })
|
||||||
@ -525,7 +520,6 @@ require("lazy").setup({
|
|||||||
rust = { "rustfmt" },
|
rust = { "rustfmt" },
|
||||||
cpp = { "clang-format" },
|
cpp = { "clang-format" },
|
||||||
c = { "clang-format" },
|
c = { "clang-format" },
|
||||||
haskell = { "ormolu" },
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
@ -712,7 +706,3 @@ require("lazy").setup({
|
|||||||
end,
|
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