sync
This commit is contained in:
@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user