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
{

View File

@ -10,9 +10,8 @@
"lightline.vim": { "branch": "master", "commit": "d6a07ea376a4b7372aa59e7ea6a051c9470bb4d0" },
"lsp_signature.nvim": { "branch": "master", "commit": "fc38521ea4d9ec8dbd4c2819ba8126cea743943b" },
"nvim-cmp": { "branch": "main", "commit": "ae644feb7b67bf1ce4260c231d1d4300b19c6f30" },
"nvim-lspconfig": { "branch": "master", "commit": "8868928d20b392e24dafaafff8c1d75167726fbe" },
"nvim-rooter.lua": { "branch": "main", "commit": "36c597962c5f136d6230f53837ff14fcaf81eff7" },
"nvim-treesitter": { "branch": "master", "commit": "98a33cc524c85a78a1ff5a707998629b24cbf8c2" },
"nvim-lspconfig": { "branch": "master", "commit": "fb453a1a443b6ea6b54a1e4c101b1160c9d37950" },
"nvim-treesitter": { "branch": "master", "commit": "cc2c11c403a9143827501223b4ee64432dcaf246" },
"rust.vim": { "branch": "master", "commit": "889b9a7515db477f4cb6808bef1769e53493c578" },
"tabular": { "branch": "master", "commit": "12437cd1b53488e24936ec4b091c9324cafee311" },
"vim-fish-syntax": { "branch": "master", "commit": "e229becbf4bbee21cc78cd2cf24f57112e33c02a" },

Binary file not shown.

Binary file not shown.