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