This commit is contained in:
zleyyij
2024-10-14 13:53:18 -06:00
parent 7277a80fe3
commit dced909d5a
5 changed files with 12 additions and 11 deletions

View File

@ -325,12 +325,13 @@ require("lazy").setup({
},
-- auto-cd to root of git project
-- 'airblade/vim-rooter'
{
'notjedi/nvim-rooter.lua',
config = function()
require('nvim-rooter').setup()
end
},
-- Commented out because I don't like it (arc) - 2024-10-03
-- {
-- 'notjedi/nvim-rooter.lua',
-- config = function()
-- require('nvim-rooter').setup()
-- end
-- },
-- fzf support for ^p
{
'junegunn/fzf.vim',
@ -385,7 +386,8 @@ require("lazy").setup({
},
completion = {
postfix = {
enable = false,
-- Commened out to see if I like it more (arc) - 2024-10-03
-- enable = false,
},
},
},
@ -534,7 +536,7 @@ require("lazy").setup({
-- terraform
{
'hashivim/vim-terraform',
ft = { "terraform" },
ft = { "hcl" },
},
-- svelte
{