tried to get csharp working better, its a mess :P

This commit is contained in:
kossLAN 2025-05-20 21:13:10 -04:00
parent 64ae6ef9ff
commit a578d94148
Signed by: kossLAN
SSH key fingerprint: SHA256:bdV0x+wdQHGJ6LgmstH3KV8OpWY+OOFmJcPcB0wQPV8
4 changed files with 58 additions and 5 deletions

View file

@ -107,6 +107,13 @@ cmd.packadd('cfilter') -- Allows filtering the quickfix list with :cfdo
-- let sqlite.lua (which some plugins depend on) know where to find sqlite
vim.g.sqlite_clib_path = require('luv').os_getenv('LIBSQLITE')
vim.filetype.add {
extension = {
razor = 'cs',
cshtml = 'cs',
},
}
-- Vim Theme
-- require('catppuccin').setup {
-- flavour = 'macchiato',