Compare commits

..

No commits in common. "cd0e85ec475fbaddc11aa082fccac8dd128aac4a" and "04c9931e1a0fd00d2256931dcfc02c56d7414378" have entirely different histories.

3 changed files with 1 additions and 24 deletions

View File

@ -14,7 +14,7 @@ vim.opt.colorcolumn = "81"
vim.opt.autoread = true
vim.opt.wildmode = 'longest,list'
vim.opt.ttyfast = true
--vim.opt.pastetoggle = '<F3>'
vim.opt.pastetoggle = '<F3>'
-- formatting
vim.opt.expandtab = true

View File

@ -59,29 +59,6 @@ return {
'chentoast/marks.nvim',
--# indentwise, helps with indentation formatting
"jeetsukumaran/vim-indentwise",
--# lsp, the lazy way
{
"dundalek/lazy-lsp.nvim",
dependencies = {
"neovim/nvim-lspconfig",
{"VonHeikemen/lsp-zero.nvim", branch = "v3.x"},
"hrsh7th/cmp-nvim-lsp",
"hrsh7th/nvim-cmp",
},
config = function()
local lsp_zero = require("lsp-zero")
lsp_zero.on_attach(function(client, bufnr)
-- see :help lsp-zero-keybindings to learn the available actions
lsp_zero.default_keymaps({
buffer = bufnr,
preserve_mappings = false
})
end)
require("lazy-lsp").setup {}
end,
},
}
--"lukas-reineke/indent-blankline.nvim",
--"williamboman/mason.nvim",

Binary file not shown.