neo-tree nerdtree nvim-dap-ui nvim-tree oil overseer quickfix symbols-outline toggleterm troubleCustom extensionsYou can define your own extensions. If you believe an extension may be useful to others, then please submit a PR.local my_extension = { sections = { lualine_a = {'mode'} }...
function! DisableST() return " " endfunction au BufEnter NvimTree setlocal statusline=%!DisableST() works for me if i have no statusline enabled. This will not be implemented in nvim tree because it relies on the statusline, not nvim tree, maybe open a PR there, it's quite easy ...
2 changes: 1 addition & 1 deletion 2 plugin/statusline.vim Original file line numberDiff line numberDiff line change @@ -14,7 +14,7 @@ let g:loaded_spaceline = 1 let g:seperate_style = get(g:, 'spaceline_seperate_style', 'slant') let g:spaceline_colorscheme = get(g:, 'spa...
neovim初始化以及插件安装1.简介记录一下安装neovim的过程系统版本Ubuntu18.042.过程2.1neovim的安装sudo add-apt-repository ppa:neovim-ppa/stable sudo apt-get update sudo apt-get install -yneovim2.2配置首先创建配置文件mkdir ~/.config/nvim安装vim- ...
xero/evangelion.nvim Sponsor Star89 Code Issues Pull requests a colorscheme for {neo,}vim inspired by neon genesis evangelion. supports diagnostics, cmp, fzf, gitsigns, lazy, lsp, lualine, telescope, treesitter, trouble, which-key, & more. ...
on the M.nvimtree overriding custom mappings Member siduck commented Jun 11, 2022 • edited We no longer use feline, I wrote a custom statusline. So remove the override of feline if you are using it Author Dalot commented Jun 11, 2022 Yeah, I noticed that in the commits when it...
Withlazy.nvim: {'crispgm/nvim-tabline',dependencies={'nvim-tree/nvim-web-devicons'},--optionalconfig=true, } Configuration require('tabline').setup({opts}) Defaults require('tabline').setup({show_index=true,--show tab indexshow_modify=true,--show buffer modification indicatorshow_icon=...
Plug 'kyazdani42/nvim-tree.lua' Plug 'hoob3rt/lualine.nvim' endif call plug#end() 31 changes: 31 additions & 0 deletions 31 vim/nvim/after/plugin/lualine.lua Original file line numberDiff line numberDiff line change @@ -0,0 +1,31 @@ require'lualine'.setup { options = { ico...
It's a reimplementation of wal.vim but wrote in lua, it is the best choice if you want to use a configured neovim with plugins totally writted in lua like Telescope or NvimTree, that aren't supported by default in wal.vim, another example of the real usage of pywal.nvim is in th...
Plug'nvim-lualine/lualine.nvim'"If you want to have icons in your statusline choose one of thesePlug'nvim-tree/nvim-web-devicons' packer.nvim use{'nvim-lualine/lualine.nvim',requires={'nvim-tree/nvim-web-devicons',opt=true} ...