lualine.nvimA blazing fast and easy to configure Neovim statusline written in Lua.lualine.nvim requires Neovim >= 0.7. For previous versions of neovim please use compatability tags for example compat-nvim-0.5ContributingFeel free to create an issue/PR if you want to see anything else implem...
Github:https://github.com/nvim-lualine/lualine.nvim A blazing fast and easy to configure Neovim statusline written in Lua. 用Lua 编写的快速且易于配置的 Neovim 状态行。 lualine 安装 我的packer 是配置到了 ~/.config/nvim/lua/plugins.lua 中 -- plugins.luavim.cmd[[packadd packer.nvim]...
use { 'nvim-lualine/lualine.nvim', requires = { { 'dokwork/lualine-ex' }, { 'nvim-lua/plenary.nvim' }, { 'kyazdani42/nvim-web-devicons' }, } }It may be reasonable to use particular tag to avoid breaking changes.🔧 New common component optionsEvery provided component has ...
fix: prioritize user config for theme-loader on windows (nvim-lualine… Browse files …#1213) (nvim-lualine#1214) master (nvim-lualine/lualine.nvim#1214) daephx committed Mar 21, 2024 Verified 1 parent af4c3cf commit b5e8bb6 Showing 1 changed file with 2 additions and 1 dele...
Describe the bug When I open nvim after a PackerSync I have the following error packer.nvim: Error running config for feline.nvim: ...e/rdalot/.config/nvim/lua/plugins/configs/statusline.lua:8: loop or previous error loading module 'base...
Will automatically change icon for filetype component when vim's filetype option changes Idiomatically derive icon for the filetype component from buffer's filetype (instead of deriving from filename first). Some icons may change. E.g. markdown files
nvim-lualine.disable_filetypes. For reference: disabled_filetypes = { 'packer', 'NvimTree' } 👍 9 dave-kennedy commented Feb 12, 2023 • edited This basically works in case you don't use nvim-lualine: require('nvim-tree.api').events.subscribe(api.events.Event.TreeOpen, ...
nvim-tabline is not exactly a Lua translation. There are some differences for configuration: Control whether to display tab number (show_index) and buffer modification indicator (show_modify). File extension icon with nvim-dev-icons. Customize modify indicator and no name buffer name. ...
Utility functions for getting diagnostic status and progress messages from LSP servers, for use in the Neovim statusline - nvim-lua/lsp-status.nvim
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...