mirror of
https://github.com/mikkelsvartveit/dotfiles.git
synced 2025-12-22 11:12:39 +00:00
Change neovim statusline
This commit is contained in:
parent
c6d3dcc106
commit
d83d767651
3 changed files with 3 additions and 2 deletions
|
|
@ -13,7 +13,7 @@
|
||||||
"nvim-scrollbar": { "branch": "main", "commit": "f85b29805cf917f9b1d5ff0c9a52c5b1bdca5943" },
|
"nvim-scrollbar": { "branch": "main", "commit": "f85b29805cf917f9b1d5ff0c9a52c5b1bdca5943" },
|
||||||
"nvim-toggleterm.lua": { "branch": "main", "commit": "2a787c426ef00cb3488c11b14f5dcf892bbd0bda" },
|
"nvim-toggleterm.lua": { "branch": "main", "commit": "2a787c426ef00cb3488c11b14f5dcf892bbd0bda" },
|
||||||
"nvim-tree.lua": { "branch": "master", "commit": "e14989c0eaa6f9c299d48f7e45ce1ed04b21180f" },
|
"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" },
|
"onehalf": { "branch": "master", "commit": "75eb2e97acd74660779fed8380989ee7891eec56" },
|
||||||
"plenary.nvim": { "branch": "master", "commit": "253d34830709d690f013daf2853a9d21ad7accab" },
|
"plenary.nvim": { "branch": "master", "commit": "253d34830709d690f013daf2853a9d21ad7accab" },
|
||||||
"telescope-fzf-native.nvim": { "branch": "main", "commit": "580b6c48651cabb63455e97d7e131ed557b8c7e2" },
|
"telescope-fzf-native.nvim": { "branch": "main", "commit": "580b6c48651cabb63455e97d7e131ed557b8c7e2" },
|
||||||
|
|
|
||||||
|
|
@ -165,7 +165,7 @@ vim.api.nvim_create_user_command("OR", "call CocActionAsync('runCommand', 'edito
|
||||||
-- Add (Neo)Vim's native statusline support
|
-- Add (Neo)Vim's native statusline support
|
||||||
-- NOTE: Please see `:h coc-status` for integrations with external plugins that
|
-- NOTE: Please see `:h coc-status` for integrations with external plugins that
|
||||||
-- provide custom statusline: lightline.vim, vim-airline
|
-- 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
|
-- Mappings for CoCList
|
||||||
-- code actions and coc stuff
|
-- code actions and coc stuff
|
||||||
|
|
|
||||||
|
|
@ -1 +1,2 @@
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
.vim
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue