add vim rooter
This commit is contained in:
parent
24661bf28a
commit
20600f6a38
2 changed files with 2 additions and 1 deletions
|
@ -49,7 +49,7 @@ vim.cmd([[set signcolumn=yes]])
|
||||||
|
|
||||||
-- Setting up servers per language
|
-- Setting up servers per language
|
||||||
-- Nix
|
-- Nix
|
||||||
nvim_lsp['rnix'].setup{
|
nvim_lsp['nil_ls'].setup{
|
||||||
on_attach = on_attach,
|
on_attach = on_attach,
|
||||||
flags = lsp_flags,
|
flags = lsp_flags,
|
||||||
capabilities = capabilities,
|
capabilities = capabilities,
|
||||||
|
|
|
@ -67,6 +67,7 @@ return require('packer').startup(function(use)
|
||||||
|
|
||||||
-- Nifty stuff
|
-- Nifty stuff
|
||||||
use 'tpope/vim-surround'
|
use 'tpope/vim-surround'
|
||||||
|
use 'airblade/vim-rooter'
|
||||||
use {
|
use {
|
||||||
'ibhagwan/fzf-lua',
|
'ibhagwan/fzf-lua',
|
||||||
config = setup_fzf(),
|
config = setup_fzf(),
|
||||||
|
|
Loading…
Add table
Reference in a new issue