chore(nvim): autopairs bs map and harpoon and tpipeline fix
This commit is contained in:
parent
eb7a612dbc
commit
970179400d
6 changed files with 139 additions and 6 deletions
|
@ -12,7 +12,7 @@ vim.api.nvim_create_autocmd("LspAttach", {
|
|||
callback = function(ev)
|
||||
-- Enable completion triggered by <c-x><c-o>
|
||||
vim.bo[ev.buf].omnifunc = "v:lua.vim.lsp.omnifunc"
|
||||
vim.opt_local.signcolumn=numbers
|
||||
vim.opt_local.signcolumn = numbers
|
||||
|
||||
local telescope = require("telescope.builtin")
|
||||
local conform = require("conform")
|
||||
|
@ -106,6 +106,11 @@ mason_lspconfig.setup_handlers({
|
|||
-- rest of your on_attach process.
|
||||
require("ltex_extra").setup()
|
||||
end,
|
||||
settings = {
|
||||
ltex = {
|
||||
language = "en-US",
|
||||
},
|
||||
},
|
||||
})
|
||||
end,
|
||||
["basedpyright"] = function()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue