feat(nvim): lualine -> heirline

This commit is contained in:
matt1432 2024-05-16 11:24:22 -04:00
parent e3dc44a511
commit 9102eccddf
6 changed files with 632 additions and 87 deletions
common/home/neovim/langs

View file

@ -25,6 +25,11 @@ in
lua
*/
''
vim.api.nvim_create_autocmd('FileType', {
pattern = 'lua',
command = 'setlocal ts=4 sw=4 sts=0 expandtab',
});
-- IMPORTANT: make sure to setup neodev BEFORE lspconfig
require("neodev").setup({
override = function(root_dir, library)