Change neovim statusline

This commit is contained in:
Mikkel Svartveit 2023-03-21 15:55:30 +01:00
parent c6d3dcc106
commit d83d767651
3 changed files with 3 additions and 2 deletions

View file

@ -13,7 +13,7 @@
"nvim-scrollbar": { "branch": "main", "commit": "f85b29805cf917f9b1d5ff0c9a52c5b1bdca5943" },
"nvim-toggleterm.lua": { "branch": "main", "commit": "2a787c426ef00cb3488c11b14f5dcf892bbd0bda" },
"nvim-tree.lua": { "branch": "master", "commit": "e14989c0eaa6f9c299d48f7e45ce1ed04b21180f" },
"nvim-web-devicons": { "branch": "master", "commit": "074e13f21f52bb45d654069bdadbcb6d7c2b65d0" },
"nvim-web-devicons": { "branch": "master", "commit": "95b1e300699be8eb6b5be1758a9d4d69fe93cc7f" },
"onehalf": { "branch": "master", "commit": "75eb2e97acd74660779fed8380989ee7891eec56" },
"plenary.nvim": { "branch": "master", "commit": "253d34830709d690f013daf2853a9d21ad7accab" },
"telescope-fzf-native.nvim": { "branch": "main", "commit": "580b6c48651cabb63455e97d7e131ed557b8c7e2" },

View file

@ -165,7 +165,7 @@ vim.api.nvim_create_user_command("OR", "call CocActionAsync('runCommand', 'edito
-- Add (Neo)Vim's native statusline support
-- NOTE: Please see `:h coc-status` for integrations with external plugins that
-- provide custom statusline: lightline.vim, vim-airline
vim.opt.statusline:prepend("%{coc#status()}%{get(b:,'coc_current_function','')}")
vim.opt.statusline:append(" (%{coc#status()}%{get(b:,'coc_current_function','')})")
-- Mappings for CoCList
-- code actions and coc stuff

View file

@ -1 +1,2 @@
.DS_Store
.vim