test
This commit is contained in:
parent
dfec56ac4d
commit
6d41517f5a
1 changed files with 9 additions and 2 deletions
|
@ -67,8 +67,6 @@
|
|||
plugins = {
|
||||
# Parser generator tool
|
||||
treesitter.enable = true;
|
||||
# Airline / Powerline alternative
|
||||
lualine.enable = true;
|
||||
# Snippet engine for neovim
|
||||
luasnip.enable = true;
|
||||
# Nix language syntax highlighting / file type associations
|
||||
|
@ -96,6 +94,15 @@
|
|||
# git plugin for vim
|
||||
fugitive.enable = true;
|
||||
|
||||
# Airline / Powerline alternative
|
||||
lualine = {
|
||||
enable = true;
|
||||
componentSeparators = {
|
||||
left = "|";
|
||||
right = "|";
|
||||
};
|
||||
};
|
||||
|
||||
telescope = {
|
||||
enable = true;
|
||||
extensions.fzf-native.enable = true;
|
||||
|
|
Loading…
Reference in a new issue