nvim: borrow from kickstart, move code from after/plugin to lua/plugins

This commit is contained in:
2024-03-14 21:07:40 +01:00
parent b264e9d805
commit d6a8dc4d1e
14 changed files with 406 additions and 332 deletions

View File

@@ -8,7 +8,6 @@ return {
-- Undo browsing
'mbbill/undotree',
-- Tabstops autodetected
'tpope/vim-sleuth',
@@ -20,7 +19,4 @@ return {
require("nvim-surround").setup({})
end
},
-- change directory with telescope from a list of dierectories
"SalOrak/whaler",
}