1
0
Fork 0
mirror of https://github.com/Phantop/dotfiles synced 2025-12-07 04:32:20 +00:00

nvim: smartyank; airline fixed

This commit is contained in:
Phantop 2025-04-22 16:57:04 -04:00
parent 4b18473425
commit 90473ef594
2 changed files with 2 additions and 1 deletions

View file

@ -1,6 +1,7 @@
require 'paq' {
'dense-analysis/ale',
'ibhagwan/fzf-lua',
'ibhagwan/smartyank.nvim',
'kaarmu/typst.vim',
'lewis6991/gitsigns.nvim',
'lukas-reineke/indent-blankline.nvim',
@ -36,5 +37,6 @@ require('ibl').setup()
require('mason').setup()
require('mason-lspconfig').setup()
require('nvim-treesitter.configs').setup{highlight = {enable = true}}
require('smartyank').setup()
require('lsp')

View file

@ -4,5 +4,4 @@ colorscheme dracula
command Q q!
let b:ale_linters = {'c': [''], 'sh': [''], 'php': ['']}
let g:qs_highlight_on_keys = ['f', 'F', 't', 'T']
let g:airline#extensions#whitespace#symbol = '!'
]]