Fix up nvim
This commit is contained in:
parent
b35efa261a
commit
e2b5ff7e3e
|
@ -24,14 +24,16 @@
|
||||||
plugin = vim-autoformat;
|
plugin = vim-autoformat;
|
||||||
config = ''
|
config = ''
|
||||||
au BufWrite * :Autoformat
|
au BufWrite * :Autoformat
|
||||||
|
let g:autoformat_autoindent = 0
|
||||||
|
let g:autoformat_retab = 0
|
||||||
|
let g:autoformat_remove_trailing_spaces = 0
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
vim-surround
|
vim-surround
|
||||||
vim-commentary
|
vim-commentary
|
||||||
nvim-treesitter
|
nvim-treesitter.withAllGrammars
|
||||||
nvim-treesitter-parsers.nu
|
|
||||||
nvim-treesitter-parsers.nix
|
|
||||||
nvim-nu
|
nvim-nu
|
||||||
|
null-ls-nvim
|
||||||
];
|
];
|
||||||
extraLuaConfig = ''
|
extraLuaConfig = ''
|
||||||
vim.o.termguicolors = true
|
vim.o.termguicolors = true
|
||||||
|
|
|
@ -241,7 +241,7 @@ $env.config = {
|
||||||
buffer_editor: null # command that will be used to edit the current line buffer with ctrl+o, if unset fallback to $env.VISUAL and $env.EDITOR
|
buffer_editor: null # command that will be used to edit the current line buffer with ctrl+o, if unset fallback to $env.VISUAL and $env.EDITOR
|
||||||
use_ansi_coloring: true
|
use_ansi_coloring: true
|
||||||
bracketed_paste: true # enable bracketed paste, currently useless on windows
|
bracketed_paste: true # enable bracketed paste, currently useless on windows
|
||||||
edit_mode: emacs # emacs, vi
|
edit_mode: vi # emacs, vi
|
||||||
shell_integration: {
|
shell_integration: {
|
||||||
# osc2 abbreviates the path if in the home_dir, sets the tab/window title, shows the running command in the tab/window title
|
# osc2 abbreviates the path if in the home_dir, sets the tab/window title, shows the running command in the tab/window title
|
||||||
osc2: true
|
osc2: true
|
||||||
|
|
Loading…
Reference in a new issue